Welcome![Sign In][Sign Up]
Location:
Search - 51 SD

Search list

[ARM-PowerPC-ColdFire-MIPSSD

Description: SD卡驱动程序,51单片机最简单的读写操作,我在板子上实现过,注释很详细-SD card driver, the 51 SCM easiest read and write operations, on the board, very detailed notes
Platform: | Size: 148480 | Author: 彭倜 | Hits:

[Other Embeded programC51-SD

Description: 用51单片机读写SD卡,经过测试,运行很好!-51 microcontroller with SD card reader, tested, run good!
Platform: | Size: 185344 | Author: 吴亚辉 | Hits:

[SCM51mcu-to-2g-sd

Description: 2G 51单片机SD 卡读图片 到彩屏 学习资料-The 2G 51 SCM SD card read pictures to color screen learning materials
Platform: | Size: 24576 | Author: qxp | Hits:

[SCMSD_Drive-for-51

Description: 51单片机驱动TFT屏,同时驱动触摸屏,通过触摸控制SD卡显示多张图片-51 Microprocessor TFT screen, SD card simultaneously driven touch screen, touch control display multiple pictures
Platform: | Size: 8192 | Author: 张明水 | Hits:

[SCMSD-Datagram

Description: SD卡资料包 包含:51单片机读写SD卡(命令解释);CF卡和SD卡的详细设计资料-英文版-SD Datagram
Platform: | Size: 798720 | Author: 孙建国 | Hits:

[SCMTFT-SD

Description: tft-sd编程,方便实用,适合初学者,51单片机实现。。。好动西-TFT-sd programming, convenient and practical, suitable for beginners, the MCU 51. . . West is a good move. .
Platform: | Size: 7825408 | Author: 殷秀娟 | Hits:

[SCMTFT-SD-FAT

Description: 51单片机配合ili9325彩屏实现fat文件演示程序,经测验可行-The 51 microcontroller with a ili9325 of color the FAT file demo program, has been tested feasible
Platform: | Size: 60416 | Author: 邵发志 | Hits:

[SCM5.TFT-SD

Description: TFT-SD卡.51单片机与SD卡通信,显示图片,和人物-TFT-SD card .51 microcontroller and SD card communication, display pictures, and characters
Platform: | Size: 64512 | Author: 小伙 | Hits:

[SCMSD

Description: 用STC12C5A60S2单片机实现的,能直接读取并播放sd卡中的wav文件。由于51单片机速度有限,内存很小,本程序采用双缓冲方式,使声音听起来很流畅。外围电路是用dac0832+lm324进行模拟信号的转换的,电路简单,这里就不给电路图了。-With STC12C5A60S2 MCU can directly read and play wav file in the SD card. Due to the limited speed of 51 single-chip, memory is very small, the program uses double buffering, so that sounds very smooth. The peripheral circuits dac0832+ lm324 analog signal conversion circuit is simple, here is not to the circuit diagram.
Platform: | Size: 180224 | Author: 张三 | Hits:

[SCMTFT-SD

Description: 51单片机读取SD卡类型和容量,彩屏中显示卡的类型名字和容量-51 microcontroller reads the type and capacity of the SD card, color screen to display the name of the card type and capacity
Platform: | Size: 76800 | Author: sukoo | Hits:

[SCMSD

Description: 基于51单片机的SD卡的开发与应用的详细资料-Based on 51 single-chip SD card development and application details
Platform: | Size: 831488 | Author: 邹天胜 | Hits:

[SCM51-FAT32

Description: 51单片机上移植的FAT文件系统,可以成功读取FAT32文件系统的SD卡里面的文件-SCM 51 transplant of the FAT file system, you can successfully read the FAT32 file system of the SD card inside the file
Platform: | Size: 129024 | Author: | Hits:

[Othersd

Description: 51单片机程序:SD卡读图片到彩屏,非常好的一个程序-51 SCM procedures: SD card reader pictures to color, a very good program
Platform: | Size: 2048 | Author: 张军 | Hits:

[SCMSD-card-electronic-photo-album

Description: 基于51单片机的2G以下SD卡电子相册程序 通过读出SD卡中320x240像素、16位BMP图片的HEX数据,依次写到屏上,还原图片 注意事项:由于SD卡使用SPI模式,并且是块读取(512Byte),所以需要单片机提供大于512的可用RAM,以供缓冲使用这里可以选择STC89c52RD+、STC89C58RD+、STC89C516RD+,后缀RD+表明扩展RAM是1024字节,RC表明扩展RAM256字节-Based on 51 single-chip electronic album 2G SD card the following procedure by reading the SD card 320x240 pixels, 16-bit BMP images HEX data sequentially written to screen, restore the picture Note: Due to the SD card using SPI mode, and is a block read Take (512Byte), so it is necessary to provide more than 512 microcontrollers available RAM, for buffering uses where you can select STC89c52RD+, STC89C58RD+, STC89C516RD+, suffix RD+ show expanded RAM is 1024 bytes, RC indicates expansion RAM256 bytes
Platform: | Size: 40960 | Author: 何明强 | Hits:

[SCMSD

Description: 在keil环境下实现了基于51的SD卡读和写-In keil environment to achieve a 51 on the SD card read and write
Platform: | Size: 24576 | Author: 乔沐 | Hits:

[SCM51-2.5-tft

Description: C51刷屏测试程序爱普生2.5寸屏。将BIN目录下的图片复制到SD卡里,注存到SD卡上的图不能是JPG或BMP图片-main() { while(1) { Lcd_Init() //tft初始化 Pant(0xf800) delayms(1000) Pant(0X07E0) delayms(1000) Pant(0x001f) delayms(1000) } }
Platform: | Size: 4424704 | Author: liuqingtao | Hits:

[ARM-PowerPC-ColdFire-MIPSSD

Description: 51单片机读取sd卡,亲测可用,暂时还没加上文件系统的。-51muc and sd card,based on stc90c516rd+
Platform: | Size: 922624 | Author: wing | Hits:

[SCMSD

Description: 51单片机进行SD卡读写程序。程序经过验证,能直接使用。-51 MCU SD card reader program. Procedures after verification, can directly use.
Platform: | Size: 58368 | Author: 刘浩 | Hits:

[SCMsd

Description: 使用51单片机读取SD卡中的图形文件到,显示到彩色屏幕上-51 microcontroller reads SD card using graphics file to display on the color screen
Platform: | Size: 2048 | Author: Luffy | Hits:

[SCMSD

Description: SD卡的使用程序,可用单片机控制实现外存储,51程序-SD card of the use of the program can be used to achieve single-chip microcomputer control, the 51 program
Platform: | Size: 11841536 | Author: 田广阔 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net